All Questions
2 questions
1vote
1answer
671views
How to define Composition Roots for libraries (Javascript/inversify)
I'm building a console app (A), which depends on library B. Library B further depends on library C. I am building all 3 entities. Most of the development completed so far has been done using a ...
8votes
2answers
669views
Doesn't dependency injection push the testing burden further down the chain?
I'm learning about dependency injection and while I can see the appeal of it when writing functional libraries, I fail to see how it solves anything when you'll also be the one using the libraries. ...